home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1997 August
/
Oasis demo.iso
/
Office
/
Claris13
/
CLARIS.CST
/
00077_Script_77
< prev
next >
Wrap
Text File
|
1997-03-20
|
1KB
|
63 lines
on mainroll
if rollover(6) then
set the visibility of sprite 6 to 1
else
set the visibility of sprite 6 to 0
end if
if rollover(7) then
set the visibility of sprite 7 to 1
else
set the visibility of sprite 7 to 0
end if
if rollover(8) then
set the visibility of sprite 8 to 1
else
set the visibility of sprite 8 to 0
end if
if rollover(9) then
set the visibility of sprite 9 to 1
else
set the visibility of sprite 9 to 0
end if
if rollover(10) then
set the visibility of sprite 10 to 1
else
set the visibility of sprite 10 to 0
end if
if rollover(11) then
set the visibility of sprite 11 to 1
else
set the visibility of sprite 11 to 0
end if
if rollover(12) then
set the visibility of sprite 12 to 1
else
set the visibility of sprite 12 to 0
end if
if rollover(13) then
set the visibility of sprite 13 to 1
else
set the visibility of sprite 13 to 0
end if
if rollover(14) then
set the visibility of sprite 14 to 1
else
set the visibility of sprite 14 to 0
end if
end mainroll